home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / util / util.h < prev   
Encoding:
C/C++ Source or Header  |  1996-02-13  |  760 b   |  53 lines

  1. #ifndef _UTIL_H_
  2. #define _UTIL_H_
  3.  
  4. /*#ifndef _BTREE_H_
  5. #include <util/BTree.h>
  6. #endif*/
  7.  
  8. #ifndef _FILE_H_
  9. #include <util/File.h>
  10. #endif
  11.  
  12. #ifndef _UTIL_FUNCS_H_
  13. #include <util/funcs.h>
  14. #endif
  15.  
  16. #ifndef _KEYEDLIST_H_
  17. #include <util/KeyedList.h>
  18. #endif
  19.  
  20. #ifndef _NAMEDPIPE_H_
  21. #include <util/NamedPipe.h>
  22. #endif
  23.  
  24. #ifndef _ORGANIZEDFILE_H_
  25. #include <util/OrganizedFile.h>
  26. #endif
  27.  
  28. #ifndef _SIMPLELIST_H_
  29. #include <util/SimpleList.h>
  30. #endif
  31.  
  32. #ifndef _SORTEDLIST_H_
  33. #include <util/SortedList.h>
  34. #endif
  35.  
  36. #ifndef _STRING_H_
  37. #include <util/String.h>
  38. #endif
  39.  
  40. #ifndef _THREAD_H_
  41. #include <util/Thread.h>
  42. #endif
  43.  
  44. #ifndef _TIME_H_
  45. #include <util/Timer.h>
  46. #endif
  47.  
  48. /*#ifndef _VALUE_H_
  49. #include <util/Value.h>
  50. #endif*/
  51.  
  52. #endif
  53.